home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / lvswin31.zip / LVS_HARD.HPP < prev    next >
C/C++ Source or Header  |  1992-02-05  |  478b  |  25 lines

  1. /*
  2.  *            LVS Windows
  3.  *      The Window Class System
  4.  *
  5.  *        Copyright 1991 (c), Lake View Software
  6.  *                            4321 Harborough Rd.
  7.  *                            Columbus, OH 43220
  8.  *        All rights reserved.
  9.  */
  10. // LVS_hard.hpp
  11.  
  12. #ifndef LVS_HARD_H
  13. #define LVS_HARD_H
  14.  
  15.  
  16. void Set_Handler ();            
  17. // Turn on handler. Only need to call once
  18.  
  19.  
  20. int Check_Error ();
  21. // Return 1 if user wishes to abort
  22. // 0 to continue
  23.  
  24. #endif
  25.